From 56d393e745475757981b0c0f605a9356fcc129d9 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 10 Jun 2002 02:51:18 +0000 Subject: [PATCH] (custom-display): Use correct syntax for `supports' attributes. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d09d39733b3..d6d82f34c2e 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2631,7 +2631,7 @@ Match frames with dark backgrounds.") (group :sibling-args (:help-echo "\ Only match frames that support the specified face attributes.") (const :format "Supports attributes:" supports) - (custom-face-edit :format "%n%v")))))) + (custom-face-edit :inline t :format "%n%v")))))) ;;; The `custom-face' Widget. -- 2.30.2